home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / dbus-1 / system.d / bluetooth.conf < prev    next >
Text File  |  2008-10-26  |  830b  |  29 lines

  1. <!-- This configuration file specifies the required security policies
  2.      for Bluetooth core daemon to work. -->
  3.  
  4. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  5.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  6. <busconfig>
  7.  
  8.   <!-- ../system.conf have denied everything, so we just punch some holes -->
  9.  
  10.   <policy user="root">
  11.     <allow own="org.bluez"/>
  12.   </policy>
  13.  
  14.   <policy at_console="true">
  15.     <allow send_path="/"/>
  16.     <allow send_path="/org/bluez"/>
  17.  
  18.     <allow send_destination="org.bluez.Manager"/>
  19.     <allow receive_sender="org.bluez.Manager"/>
  20.  
  21.     <allow send_destination="org.bluez.Adapter"/>
  22.     <allow receive_sender="org.bluez.Adapter"/>
  23.  
  24.     <allow send_destination="org.bluez.Device"/>
  25.     <allow receive_sender="org.bluez.Device"/>
  26.   </policy>
  27.  
  28. </busconfig>
  29.